home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1993 April: Penguin on DISC / ADC Developer CD (1993-04) (''Penguin On DISC'')_iso / Dev.CD Apr 93.iso / System Software / System Extensions / AppleScript Beta / Example Scripts / Example Scripts (as text) / Finder Scripts / ResEdit Me! < prev    next >
Encoding:
Text File  |  1992-12-02  |  181 b   |  7 lines  |  [TEXT/ToyS]

  1. tell application "Finder"
  2.     Open the selection using application "ResEdit" of desktop
  3.     on error
  4.         display dialog "To use, place a copy of ResEdit on the desktop"
  5.     end error
  6. end tell
  7.